updated show_usage
authorjames_sherring <james_sherring@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 5 Dec 2003 00:03:40 +0000 (00:03 +0000)
committerjames_sherring <james_sherring@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 5 Dec 2003 00:03:40 +0000 (00:03 +0000)
st2gpx/src/st2gpx.c

index 66ff4d1e9a0c009ceb1da15ed8a2010522a02ccc..cc4bd200139ef23a25ab44b17af339cfb3fe1b4c 100644 (file)
@@ -186,8 +186,8 @@ void show_usage()
 {\r
        printf("st2gpx - Export data from MS Streets & Trips and Autoroute to GPX format\n\n");\r
        // FIXME update this line\r
-       printf("Usage: st2gpx [-hre] [-v verbose-level] [-a annotations-file] [-u userdata-file] ");\r
-       printf("[-j journey-file] [-G gpx-file] stfile\n\n");\r
+       printf("Usage: st2gpx [-hr] [-v verbose-level] [-g gpx-in-file] [-G gpx-out-file]");\r
+       printf("              [-m mpst-in-file] [-M pcx5-out-file] [-F st-mod-file] stfile\n\n");\r
        printf("-h : Help (this text)\n");\r
        printf("-r : Export drawn-lines as routes instead of tracks\n");\r
        printf("-g gpx-in-file    : Import data from GPX XML format gpx-in-file\n");\r